Skip to content

Support constant value in select clause#13172

Merged
Beyyes merged 2 commits intomasterfrom
ty/SupportConstant
Aug 14, 2024
Merged

Support constant value in select clause#13172
Beyyes merged 2 commits intomasterfrom
ty/SupportConstant

Conversation

@JackieTien97
Copy link
Contributor

The following sql will throw exception previously, now we support it.

select *, 1 from table1 

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 41.08%. Comparing base (bc85409) to head (0343b26).
Report is 5 commits behind head on master.

Files Patch % Lines
...execution/relational/ColumnTransformerBuilder.java 0.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13172      +/-   ##
============================================
- Coverage     41.09%   41.08%   -0.01%     
  Complexity       71       71              
============================================
  Files          3773     3776       +3     
  Lines        233993   234361     +368     
  Branches      28044    28072      +28     
============================================
+ Hits          96149    96292     +143     
- Misses       137844   138069     +225     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Beyyes Beyyes merged commit 8473124 into master Aug 14, 2024
@Beyyes Beyyes deleted the ty/SupportConstant branch August 14, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants